home *** CD-ROM | disk | FTP | other *** search
- // Design Time java.net.Socket implementation. (HPP)
-
- #ifndef _DTJNETSO_HPP
- #define _DTJNETSO_HPP
-
- #include "dtjobjct.hpp"
-
- class METAEXPORTCLASSDEF DTJNetSocket : public DTJObject
- {
- public:
- DTJNetSocket( const MetaObject * pMetaObj );
- virtual ~DTJNetSocket();
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
- };
-
- // needed for mdreader
- typedef DTJNetSocket DTjava__dot__net__dot__Socket__dot__102;
-
- #endif // _DTJNETSO_HPP
-